Add horizontal scroll touch move support & update react deps to v17#98
Add horizontal scroll touch move support & update react deps to v17#98Eugene-Musika wants to merge 4 commits intojossmac:masterfrom
Conversation
Update peer dependencies
|
|
Came across this issue. Can we merge this? Hoping this fix resolves it. |
|
Well, I've made copy of your package and using my decision as a temporary measure for a while now. So yes, it should resolve this issue |
| const target = e.currentTarget; | ||
|
|
||
| if (target.scrollHeight > target.clientHeight) { | ||
| if (target.scrollHeight > target.clientHeight |
There was a problem hiding this comment.
This line looks good 👍
Everything else should be removed from the PR
No description provided.